kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
[Native]ListIterator
/
nextIndex
next
Index
Native
abstract
fun
nextIndex
(
)
:
Int
Content copied to clipboard
Returns the index of the element that would be returned by a subsequent call to
next
.